home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Mousetools / MouseBlanker / cback.a.diff next >
Text File  |  1996-09-26  |  492b  |  18 lines

  1. *** lc:/source/cback.a.orig    Sun Jan 20 12:52:37 1991
  2. --- lc:/source/cback.a    Sat Jun 01 15:15:14 1991
  3. ***************
  4. *** 210,215 ****
  5. --- 210,221 ----
  6.       move.l    d0,_Backstdout(A4)
  7.   noio:
  8.       move.l    AbsExecBase.w,A6
  9. + *------ Code for 68040 compatibility
  10. +     cmpi.w    #37,LIB_VERSION(A6)    ; Check if exec is >= V37
  11. +     bcs.s    TooOld            ; If less than V37, too old...
  12. +     callsys    CacheClearU            ; Clear the cache...
  13. + TooOld:
  14.       callsys    Forbid
  15.   
  16.   *------ Attach the task to do the dirty work
  17.